home *** CD-ROM | disk | FTP | other *** search
- ; Link stdio files as stdio.lib. (by Jason Petty 1993).
-
- ; Copy libr, and this file to the ram disk, then just
- ; type: execute ram:Link_Stdio
-
- ; Note - Make sure that the Directory containing the files
- ; listed below is the Current Directory.
-
- ; Also Note - fprintf,fscanf,printf,prtfld,scanf,sprintf,sscanf came
- ; from Hcc.lib by Detlef Wurkner.
-
- ram:libr -a ram:stdio.dir fprintf.o printf.o fscanf.o scanf.o
- ram:libr -a ram:stdio.dir sprintf.o sscanf.o access.o creat.o fclose.o
- ram:libr -a ram:stdio.dir fdopen.o fflush.o fgetc.o fgets.o fopen.o fputc.o
- ram:libr -a ram:stdio.dir fputs.o fread.o fseek.o fsetpos.o fwrite.o
- ram:libr -a ram:stdio.dir getbuf.o gets.o getw.o isatty.o lseek.o open.o
- ram:libr -a ram:stdio.dir perror.o read.o remove.o
- ram:libr -a ram:stdio.dir rename.o rmdir.o setbuf.o setvbuf.o
- ram:libr -a ram:stdio.dir stat.o write.o
-